| GraphicsFormats package for Buoy |
|
RawIcoImporter.OpenFromFile Method
Opens a ICO Image from a ICO formatted string, reading the first bitmap in the ICO file.

OpenFromFile(
f
as FileSystemItem)
as RawBitmap
Parameters
- f
- The FileSystemItem to open the image from.
Returns
- RawBitmap
- Returns the imported Picture as RawBitmap or nil if there was error.
Remarks
See Also
RawIcoImporter Class